VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / CollectionChangeEventArgs<T> Class / ClearAndAddItems Property
Syntax Requirements SeeAlso
In This Topic
    ClearAndAddItems Property (CollectionChangeEventArgs<T>)
    In This Topic
    Represents a static instance of the CollectionChangeEventArgs<T> class for CollectionChangeActionType.ClearAndAddItems action.
    Syntax
    'Declaration
    
    Public Shared ReadOnly Property ClearAndAddItems As CollectionChangeEventArgs(Of T)
    
    
    public static CollectionChangeEventArgs<T> ClearAndAddItems { get; }
    
    
    public: __property static CollectionChangeEventArgs<T*>* get_ClearAndAddItems();
    
    
    
    public:
    static property CollectionChangeEventArgs<T^>^ ClearAndAddItems { CollectionChangeEventArgs<T^>^ get(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also